func github.com/vmihailenco/msgpack/v5.decodeStringValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_string.go#L62: func decodeStringValue(d *Decoder, v reflect.Value) error {
		decode_value.go#L42: 		reflect.String:        decodeStringValue,